home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / gnu_tile_forth.lha / bin / forthtool < prev    next >
Text File  |  1992-05-19  |  766b  |  31 lines

  1. #! /bin/sh
  2. # NAME
  3. #    forthtool - tile forth interaction tool in sunview
  4. # SYNOPSIS
  5. #    forthtool [<parameter>...]
  6. # DESCRIPTION
  7. #    Starts forth in a cmdtool window with TILE Forth icon when closed.
  8. #    Allows cmdtool editing and session file saving. Any parameters
  9. #    are passed on to forth. 
  10. # OPTIONS
  11. #    none
  12. # FILES
  13. #    .forthicon    icon for closed forthtool
  14. # SEE ALSO
  15. #    tile(1), cmdtool(1), sunview(1)
  16. # AUTHOR
  17. #    Mikael R.K. Patel
  18. #    Computer Aided Design Laboratory (CADLAB)
  19. #    Department of Computer and Information Science
  20. #    Linkoping University
  21. #    S-581 83 LINKOPING
  22. #    SWEDEN
  23. #    Email: mip@ida.liu.se
  24. # HISTORY
  25. #     Created on:     01 April 1989
  26. #    Lasted updated:    23 May 1990
  27.  
  28. cmdtool -Wl "forthtool - forth" -WL Forth -WI $TILE/bin/forthicon forth $1 $2 $3 $4 $5 $6 $7 $8 $9
  29.  
  30.  
  31.